encoding/binary.bigEndian.PutUint16 (method, view implemented interface methods)
5 uses
encoding/binary (current package)
binary.go#L150: func (bigEndian) PutUint16(b []byte, v uint16) {
github.com/google/uuid
version1.go#L32: binary.BigEndian.PutUint16(uuid[4:], timeMid)
version1.go#L33: binary.BigEndian.PutUint16(uuid[6:], timeHi)
version1.go#L34: binary.BigEndian.PutUint16(uuid[8:], seq)
version6.go#L43: binary.BigEndian.PutUint16(uuid[8:], seq)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |